type runtime.mcache

18 uses

	runtime (current package)
		malloc.go#L958: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, checkGCTrigger bool) {
		mcache.go#L20: type mcache struct {
		mcache.go#L87: func allocmcache() *mcache {
		mcache.go#L88: 	var c *mcache
		mcache.go#L91: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mcache.go#L108: func freemcache(c *mcache) {
		mcache.go#L128: func getMCache(mp *m) *mcache {
		mcache.go#L131: 	var c *mcache
		mcache.go#L149: func (c *mcache) refill(spc spanClass) {
		mcache.go#L221: func (c *mcache) allocLarge(size uintptr, noscan bool) *mspan {
		mcache.go#L269: func (c *mcache) releaseAll() {
		mcache.go#L322: func (c *mcache) prepareForSweep() {
		mheap.go#L796: 	h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
		proc.go#L120: 	mcache0      *mcache
		runtime2.go#L650: 	mcache      *mcache
		stack.go#L279: func stackcacherefill(c *mcache, order uint8) {
		stack.go#L301: func stackcacherelease(c *mcache, order uint8) {
		stack.go#L320: func stackcache_clear(c *mcache) {